Improve docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Jun 2007 04:03:58 +0000 (04:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Jun 2007 04:03:58 +0000 (04:03 +0000)
svn path=/trunk/; revision=18128

ChangeLog
gtk/gtkwidget.c

index 793f5ac025dffd368699951800dbcfbcda9d1a60..ef53c73b20f07da888a466c5fcaece84165b00e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_modify_cursor): Improve docs.
+       (#447396, Masatake YAMATO)
+
 2007-06-14  Carlos Garnacho  <carlos@imendio.com>
 
        * gtk/gtkcombobox.c: removed unused and hardly visible GtkFrame from
index e6741e45debe5a885e85e88bf5d7ed8b9fae3d43..40917ed5f809363d333b4c22051fb790cf304213 100644 (file)
@@ -5442,8 +5442,10 @@ modify_color_property (GtkWidget      *widget,
  *             allocated), or %NULL to undo the effect of previous calls to
  *             of gtk_widget_modify_cursor().
  *
- * Sets the font to use for a widget.  All other style values are left
- * untouched. See also gtk_widget_modify_style().
+ * Sets the cursor color to use in a widget, overriding the
+ * #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color
+ * style properties. All other style values are left untouched. 
+ * See also gtk_widget_modify_style().
  *
  * Since: 2.12
  **/